/*
Theme Name: American Translators Association - With Algolia Directory
Theme URI: https://www.atanet.org
Version: 2.0
Description: A custom child theme for ATA.
Author: Yoko Co
Author URI: https://www.yokoco.com
template: bb-theme
*/

@import url("base.css");

/*****************************************************************************/
/******************************* THE BASICS **********************************/
/*****************************************************************************/

/* Set your maximum container width here. Only use the customizer width to set the width for the header */

.fl-page-content .container {
	max-width: 1100px; 
}

/* Set this to the same as you set the content width in the customizer. */

.max-fix .fl-row-fixed-width {
	max-width: 1600px; 	
}

/* Define default accent background colors. */

.bg1 {
	background-color: #003366; 
}

.bg2 {
	background-color: #71A54E; 
}

.bg3 {
	background-color: #122d57;
}

.bg4 {
    background-color: #EEEEEE;
}


/* How to size page banners without a featured image. */

/* Define button styles. */

.fl-page button, .fl-page input[type=button], .fl-page input[type=submit], .fl-page .fl-builder-content a.fl-button, .fl-page .fl-builder-content a.fl-button:visited, .fl-page .wp-block-button__link,
a.fl-button, a.fl-button:visited, .fl-builder-content a.fl-button, .fl-builder-content a.fl-button:visited,
a.button,
.cn-button.bootstrap,
.tribe-events-event-url a,
.tribe-organizer-url a {
	padding: 12px 24px;
	border: 0px; 
	border-radius: 4px; 
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	text-decoration: none; 
  	-webkit-transition: background 0.5s; 
  	transition: background 0.5s;
	background-color: #82ba5d;
	/* text-transform: none; */
	color: #fff;
    font-weight: bold;
}

a.button {
	margin-top: 20px;
}

.fl-page .alt button, .fl-page .alt input[type=button], .fl-page .alt input[type=submit], .fl-page .fl-builder-content .alt a.fl-button, .fl-page .fl-builder-content .alt a.fl-button:visited, .fl-page .alt .wp-block-button__link { 
	background-color: #1B3766;
}

a.fl-button *, a.fl-button:visited *, .fl-builder-content a.fl-button *, .fl-builder-content a.fl-button:visited * {
	color: #fff;
	font-weight: bold;
}

.fl-page .alt button *, .fl-page .alt input[type=button] *, .fl-page .alt input[type=submit] *, .fl-page .fl-builder-content .alt a.fl-button *, .fl-page .fl-builder-content .alt a.fl-button:visited *, .fl-page .alt .wp-block-button__link * { 
	
}

.fl-page button:hover, .fl-page input[type=button]:hover, .fl-page input[type=submit]:hover, .fl-page a.fl-button:hover, .fl-page .fl-builder-content a.fl-button:hover, .fl-page .wp-block-button__link:hover,
a.button:hover {
	color: #fff; 
	border: 0px; 
	background-color: #639144;
	/* text-transform: none; */
}

.fl-page .alt button:hover, .fl-page .alt input[type=button]:hover, .fl-page .alt input[type=submit]:hover, .fl-page .alt a.fl-button:hover, .fl-page .fl-builder-content .alt a.fl-button:hover, .fl-page .alt .wp-block-button__link:hover {
	background-color: #122D57; 
}

.fl-page button:hover *, .fl-page input[type=button]:hover *, .fl-page input[type=submit]:hover *, .fl-page a.fl-button:hover *, .fl-page .fl-builder-content a.fl-button:hover * {
	color: #fff; 
}

.fl-page .alt button:hover *, .fl-page .alt input[type=button]:hover *, .fl-page .alt input[type=submit]:hover *, .fl-page .fl-builder-content .alt a.fl-button:hover *, .fl-page .fl-builder-content .alt a.fl-button:hover *, .fl-page .alt .wp-block-button__link:hover * {

}

.wp-block-button__link {
	margin-top: 10px; 
}

/* Make text small and uppercase */

.uppercase {
	text-transform: uppercase;
}

.small {
	font-size: 11px;
}

.larger {
	font-size: 21px; 
}

/* CTA Box */

.cta-box {
	border: 6px solid #ddd;
    padding: 20px;
}

.cta-box h3 {
	margin-top: 0px;
}

.fl-page-nav-search {
	display: inline-block;
}

/* --- News Type Subscribe --- */

.news-subscribe .stc-checkbox:first-of-type {
	display: none;
}

.subscribe-box {
	
}

.news-subscribe input.form-control {
	margin-bottom: 20px !important;
}

.news-subscribe .stc-nested-u {
	padding: 0 !important;
}

.news-subscribe span.stc-caret-u, .news-subscribe ul.stcUL li label {
	display: none !important;
}

.news-subscribe ul.stc-nested-u li label {
	display: block !important;
}

.news-subscribe ul.stc-nested-u {
	margin-bottom: 20px !important;
}

ul.stcUL,
ul.stc-nested-u {
	list-style: none !important;
}

.stc-checkbox {
	display: none;
}

/*****************************************************************************/
/********************************* HEADER ************************************/
/*****************************************************************************/

.fl-page-bar {
	border: 0px; 
}

.fl-page-header-primary {
	position: relative; 
	z-index: 99; 
}

.fl-page-nav-right .fl-page-header-wrap {
	border-bottom: 0px; 
}

.fl-page-bar .fl-social-icons i.fas, .fl-page-bar .fl-social-icons i.fab {
	margin-right: 2px; 
}

.fl-page-header-fixed .fl-page-logo-wrap {
	width: 10%; 
}

.fl-page-header-fixed .fl-page-fixed-nav-wrap {
	width: 90%; 
}

.fl-page-nav-bottom .fl-page-header-content .fl-page-header-text {
	margin: 0px;
}

.fl-page-nav .navbar-nav, .fl-page-nav .navbar-nav a {
	font-weight: 600;
}

.fl-page-bar a {
	font-weight: 500;
}

.fl-page-nav-search form {
	background-color: #fff; 
}

.fl-page-nav-search form input.fl-search-input {
	border-color: #ddd; 
	background-color: #fff; 
	color: #333!important; 
}

.custom-subtitle h4 {
	font-weight: 400; 
	max-width: 700px;
}

.mobile-nav-search {
	margin-top: 10px; 
}

.mobile-nav-search label {
	width: 82%; 
	display: block; 
	float: left; 
}
.mobile-nav-search input[type=search] {
	
}

.mobile-nav-search button {
	background: rgba(0,0,0,0);
	padding: 6px 15px; 
}

.fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-mobile .fl-page-nav-collapse ul.navbar-nav>li:last-of-type {
	border: 0px; 
}

.fl-page-nav-wrap {
	border-top: 1px solid rgba(255,255,255,0.15);
	border-bottom: 1px solid rgba(255,255,255,0.15);
}

.home .fl-page-nav-wrap {
	border-bottom: none;
}

.fl-page-header-row {
	margin-left: 0;
}

/*.fl-page-nav-right .fl-page-header-wrap .container, .fl-page-bar .fl-page-bar-container {
	padding-left: 15px;
}*/

.fl-page-nav-wrap .navbar-nav li>a:first-child {
	padding-left: 0;
}

.fl-page-header-logo-col {
	padding-left: 0;
}

.fl-page-nav-search a.fa-search {
	padding: 8px 0;
}

header.fl-post-header {
	display: none;
}

/*****************************************************************************/
/********************************* FOOTER ************************************/ 
/*****************************************************************************/

.footer-main .fl-row-content-wrap .menu .fl-has-submenu .sub-menu {
	display: none; 
}

.footer-main .fl-menu-toggle {
	display: none; 
}

.footer-sub {
	font-size: 13px; 
}

.footer-main .menu a {
	padding: 7px 0px;
}

.footer-main a:hover {
	text-decoration: underline; 
}

.cta-text {
	font-size: 18px;
	text-transform: uppercase;
}

.footer-main .fl-rich-text {
	font-size: 15px;
}

/*****************************************************************************/
/******************************* COMPONENTS **********************************/
/*****************************************************************************/

.banner-image-col .fl-col-content:after {
	background: rgb(27,55,102);
background: -moz-linear-gradient(90deg, rgba(27,55,102,1) 5%, rgba(27,55,102,0) 35%, rgba(27,55,102,0) 65%, rgba(27,55,102,1) 95%);
background: -webkit-linear-gradient(90deg, rgba(27,55,102,1) 5%, rgba(27,55,102,0) 35%, rgba(27,55,102,0) 65%, rgba(27,55,102,1) 95%);
background: linear-gradient(90deg, rgba(27,55,102,1) 5%, rgba(27,55,102,0) 35%, rgba(27,55,102,0) 65%, rgba(27,55,102,1) 95%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1b3766",endColorstr="#1b3766",GradientType=1);
}


blockquote, .fl-page .fl-content .wp-block-quote {
	padding: 20px; 
	border: 4px solid #eee; 
	border-radius: 4px;
	border-left: 4px solid #eee; 
	font-size: 1.3em; 
}

.search-results .fl-post-feed-content {
	color: #888; 
}


.blog-sidebar .fl-widget + .fl-widget { 
	padding-top: 30px; 
}

.blog-sidebar li {
	border-top: 1px solid #EEEEEE;
	padding-top: 16px;
}

.blog-sidebar .fl-widget ul li {
	margin-bottom: 14px;
}

.blog-sidebar li .post-date {
	color: #777;
	font-size: 16px;
}

h2.widgettitle {
	font-size: 21px; 
}

.widget_recent_entries li + li {
	margin-top: 15px; 
}

.widget_recent_entries .post-date {
	display: block; 
	font-size: 13px;
	opacity: 0.5; 
}

.post-container .post-meta-category, .post-meta-author, .fl-post-feed-meta {
	color: #888; 
	font-style: italic;
}

.post-meta-categories a,
.post-meta-categories .fl-html {
	font-size: 12px;
	color: #A4C1ED!important;
}

.post-sharing { 
	color: #888; 
}

.preshare-text {
	display: inline; 
}

.addtoany_shortcode {
	display: inline; 
	margin-left: 10px; 
}

.breadcrumbs {
	font-size: 13px; 
	opacity: 0.5; 
}

.side-article-feed, .article-feed-item {
	list-style-type: none; 
	padding: 0px; 
	margin: 0px; 
}

.side-article-feed .addtoany_content {
	display: none; 
}

.article-feed-item {
	margin-bottom: 30px; 
}

.article-feed-item h4 {
	margin-bottom: 2px; 
}

.article-feed-item .article-date {
	font-size: 14px; 
	color: #888; 
	margin-bottom: 10px; 
}

.article-feed-item .article-more {
	font-size: 14px; 
}

.page-sidebar .textwidget {
	border: 1px solid #ddd;
	border-radius: 4px;
}

.page-sidebar .textwidget img {
	margin: 0px;
}

.page-sidebar .textwidget .widget-text {
	padding: 20px;
	margin-bottom: 0px;
}

.page-sidebar .textwidget h4 {
	padding-bottom: 0px!important;
}

.page-sidebar .fl-button-wrap.fl-button-width-auto.fl-button-left {
	padding: 0px 20px 20px!important;
}

.archive-container-columns .widgettitle {
	font-size: 24px;
}

.archive-container-columns .widget_categories li {
	border-top: 1px solid #eee;
	padding: 14px 0px 8px;
}

.small-feed h2 {
	font-size: 20px; 
}

.fl-post-feed-more, .fl-post-grid-more {
	font-weight: 700; 
	margin-bottom: 30px;
}

.feat-card {
	border-top: 6px solid #82ba5d;
	border-radius: 6px; 
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px; 
    box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.1); 
}

/*.fl-module img {
	width: 100%;
}*/

.sidebar-cta {
	border: 6px solid #ddd;
}

/*****************************************************************************/
/**************************** CUSTOM POST TYPES ******************************/
/*****************************************************************************/

/* People */

.team-grid-meta {
	opacity: 0.8; 
}

.bio-meta {
	opacity: 0.5; 
	font-weight: 400; 
}

.bio-meta h2, .bio-meta h3, .bio-meta h4, .bio-meta h5, .bio-meta h6 {
	font-weight: 400; 
}

/* Events */

.tribe-events-meta-group .tribe-events-single-section-title {
	font-size: 24px; 
	font-weight: 400;
}

.tribe-events-cal-links .tribe-events-button {
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
}

#tribe-events .tribe-events-button, #tribe-events .tribe-events-button:hover, #tribe_events_filters_wrapper input[type=submit], .tribe-events-button, .tribe-events-button.tribe-active:hover, .tribe-events-button.tribe-inactive, .tribe-events-button:hover, .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-], .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-]>a {
	background-color: #555; 
}

.tribe-events-page-title {
	text-align: left; 	
}

.tribe-events-event-url,
.tribe-organizer-url {
	margin: 20px 0 !important;
}

.tribe-event-org-details .org-name {
	background-color: #CCCCCC;
}

.tribe-events-organizer-4439 .tribe-event-org-details .org-name {
	background-color: #013266;
}

.tribe-event-org-details .org-name {
    padding: 3px 8px;
    border-radius: 4px;
    color: #fff;
}

.event-type-tax {
	margin-top: 10px;
}

/* Podcasts */

.podcast-category-text {
	text-transform: uppercase;
}

.featured-podcast .fl-post-grid-post .podcast-image img,
.podcast-feed .fl-post-grid-post .podcast-image img {
	max-width: 300px;
}

.featured-podcast .fl-post-grid-post,
.podcast-feed .fl-post-grid-post {
	background: rgba(0,0,0,0);
	border: none;
}

.podcast-text {
	padding-top: 5px!important;
}

.podcast-title a {
	font-size: 26px;
}

.podcast-cat-date {
	text-transform: uppercase;
}

.podcast-listen {
	font-weight: bold;
}


.fl-module-cta .fl-module-content {
	border-top: 6px solid #82ba5d; 
	background: #fff; 
	padding: 20px; 
	box-shadow: 0px 0px 24px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 24px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 24px rgba(0,0,0,0.1);
}

.card-row .fl-col-content{
	border-radius: 6px; 
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px; 
    box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.1);
}

.empty-col .fl-col-content {
	background: transparent; 
	border: none; 
	border-bottom: none; 
	border-radius: 0; 
	-moz-border-radius: 0; 
	-webkit-border-radius: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

/* Organizers */

.single-tribe_organizer .tribe-events-before-html,
.single-tribe_organizer p.tribe-events-back {
	display: none;
}

/*****************************************************************************/
/********************************** FORMS ************************************/
/*****************************************************************************/

.gform_wrapper label.gfield_label, .gform_wrapper legend.gfield_label {
	font-weight: 400; 
}

body .gform_wrapper ul li.gfield {
	margin-top: 20px;
}

.gform_wrapper {
    border: 1px solid #ddd;
    padding: 10px 18px 30px 32px;
	border-radius: 6px; 
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px; 
}

.gform_wrapper .top_label li.gfield.gf_left_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker), .gform_wrapper .top_label li.gfield.gf_right_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker) {
	margin-top: 4px; 
}

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
	background: #1c3766;
	font-weight: bold;
	color: #fff;
}

.gform_wrapper .gform_footer input.button:hover, .gform_wrapper .gform_footer input[type=submit]:hover, .gform_wrapper .gform_page_footer input.button:hover, .gform_wrapper .gform_page_footer input[type=submit]:hover {
	background: #71a54e;
}

.gform_wrapper h2.gsection_title,
.gform_wrapper h3.gform_title {
	font-weight: normal;
}

/*****************************************************************************/
/******************************* HOME STYLES *********************************/ 
/*****************************************************************************/

.industry-news-row .fl-post-grid-post {
	border: none;
	background: rgba(0,0,0,0);
}

.industry-news-row .fl-post-grid-post .fl-post-grid-title {
	font-size: 21px;
}

.industry-news-row .fl-post-grid-post .fl-post-grid-terms,
.industry-news-row .fl-post-grid-post .fl-post-grid-more {
	font-size: 13px;
}

.industry-news-row .fl-post-grid-post .fl-post-grid-more {
	color: #82BA5D!important;
	font-weight: bold;
}

.industry-news-row .fl-post-grid-post .fl-post-grid-content p {
	font-size: 16px;
}

.ata-news-row .home-featured-post .fl-post-grid-title a {
	font-size: 28px;
}

.ata-news-row .most-recent-posts h2.fl-post-feed-title {
	line-height: 1.5rem; 
}

.ata-news-row .most-recent-posts .fl-post-feed-title a {
	font-size: 21px;
	line-height: 1.3;
}

.ata-news-row .most-recent-posts .fl-post-feed-header {
	margin-bottom: 10px;
}

.ata-news-row .most-recent-posts .fl-post-feed-post {
	border: none;
}

.ata-news-row .most-recent-posts img {
	border-radius: 4px;
}

.ata-news-row .most-recent-posts .fl-post-feed-terms a,
.ata-news-row .home-featured-post .fl-post-grid-terms a,
.ata-news-row .most-recent-posts .fl-post-feed-terms .fl-sep-term,
.ata-news-row .home-featured-post .fl-post-grid-terms .fl-sep-term {
	font-style: normal;
	color: #aaa!important;
	font-size: 13px;
}

.ata-news-row .most-recent-posts .fl-post-feed-meta {
	margin-top: 20px;
}

.ata-news-row .most-recent-posts .fl-post-feed-more,
.ata-news-row .home-featured-post .fl-post-grid-more {
	font-weight: bold;
	font-size: 13px;
}

.menu-item .fl-button-wrap a {
    display: block;
    text-align: center;
}

.fl-row-content .fl-post-grid .fl-post-grid-post {
	border-radius: 6px; 
	border-radius: 6px; 
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px; 
	box-shadow: 0px 8px 16px rgba(0,0,0,0.1); 
	-moz-box-shadow: 0px 8px 16px rgba(0,0,0,0.1); 
	-webkit-box-shadow: 0px 8px 16px rgba(0,0,0,0.1); 
	border-top: 6px solid #82ba5d; 
	background: #fff; 
}


/* .fl-row-content .fl-post-grid .fl-post-grid-post img {
	border-radius: 6px 6px 0px 0px;
	-moz-border-radius: 6px 6px 0px 0px;
	-webkit-border-radius: 6px 6px 0px 0px;
} */

.feed-featured {
	background: #fff;
	margin-left: 20px; 
	margin-right: 20px; 
	border-radius: 6px; 
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px; 
	box-shadow: 0px 8px 16px rgba(0,0,0,0.1); 
	-moz-box-shadow: 0px 8px 16px rgba(0,0,0,0.1); 
	-webkit-box-shadow: 0px 8px 16px rgba(0,0,0,0.1); 
}

.fl-builder-pagination li a.page-numbers, .fl-builder-pagination li span.page-numbers {
	border-radius: 6px; 
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px; 
}

@media screen and (min-width: 769px) {
		.feed-featured .fl-post-feed-text {
		padding: 10px 20px 10px 0px; 
	}
}


/*****************************************************************************/
/******************************* EVENT STYLES ********************************/ 
/*****************************************************************************/

.tribe-events-calendar thead th,
#tribe-bar-form .tribe-bar-submit input[type=submit] {
	background: #82ba5d;
}

#tribe-bar-form .tribe-bar-submit input[type=submit] {
	border-radius: 4px;
}

#tribe-bar-form .tribe-bar-filters-inner {
	background: #f4f5f7;
}

.tribe-events-page-title {
	display: none;
}

#tribe-events-content a.button, #tribe-events-content a.fl-button {
	color: #fff; 
}

/*****************************************************************************/
/******************************* TABLEPRESS **********************************/ 
/*****************************************************************************/

.tablepress tfoot th, .tablepress thead th {
	background-color: #82ba5d;
	color: #fff;
}

.tablepress tfoot th h3, .tablepress thead th h3 {
	color: #fff;
	margin-top: 10px;
}

/*****************************************************************************/
/***************************** STICKY BUTTON *********************************/ 
/*****************************************************************************/

.sticky-find-pro {
	display: none;
}

@media only screen and (max-width: 767px) {
	.sticky-find-pro {
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 5;
		background-color: #273C76;
		margin: 0 auto;
		width: 100%;
		padding: 20px;
	}
	.sticky-find-pro-button {
		padding: 0 35px;
	}
	.sticky-find-pro-button a.fl-button {
		border-radius: 4px;
		-moz-border-radius: 4px; 
		-webkit-border-radius: 4px;
	}
}

#cookie-notice .cn-button:not(.cn-button-custom) {
	font-weight: 700; 
	color: #fff; 
}

/*****************************************************************************/
/******************************* DIRECTORY ***********************************/ 
/*****************************************************************************/

.directory-socials .social-text {text-transform: uppercase;}

.directory-socials .social-icons {
	font-family: 'linearicons' !important;
	color: #003366;
}

.directory-socials .social-icon .icon-linkedin::before {content: '\eaca';}

.language-pairs, .language-pair, .language-to, .directory-terms div {
	display: flex;
	align-items: center;
}

.language-pairs .language-pair.certified::before,
.certified-star-legend::before {
	content: '';
	
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 300'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B stroke: %23000; stroke-miterlimit: 10; stroke-width: 5px; %7D .cls-1, .cls-2 %7B fill: %23000; %7D .cls-2, .cls-3 %7B stroke-width: 0px; %7D .cls-3 %7B fill: %23fff; %7D %3C/style%3E%3C/defs%3E%3Cg%3E%3Cpath class='cls-2' d='M244.49,276.27c-1.01,1.46-2.53,2.45-4.26,2.77l-28.9-5.9-.84.07c-2.58.21-5.05.93-7.35,2.15l-.74.41-21.12,20.59c-1.62.66-3.44.66-5.08-.02-1.86-.78-3.24-2.34-3.81-4.27l-8.35-28.42c3.56-1.95,6.76-4.19,9.67-6.21,3-2.1,6.76-4.7,8.66-5.22.53-.13,1.56-.3,3.46-.3,2.14,0,4.64.21,7.29.42,3.18.25,6.47.53,9.93.53,7.93,0,14.48-1.56,20-4.76,5.38-3.11,9.24-7.37,12.23-11.87l10.11,34.38c.57,1.94.23,3.99-.9,5.66Z'/%3E%3Cpath class='cls-2' d='M136.13,263.71l-8.16,27.73c-.55,1.88-1.91,3.4-3.72,4.17-1.6.67-3.37.67-4.96.02l-20.61-20.09-.72-.39c-2.24-1.2-4.64-1.91-7.17-2.11l-.82-.07-28.2,5.76c-1.68-.32-3.17-1.28-4.15-2.71-1.11-1.62-1.44-3.64-.87-5.52l9.85-33.53c2.93,4.39,6.69,8.53,11.93,11.57,5.39,3.13,11.78,4.65,19.52,4.65,3.38,0,6.58-.27,9.69-.52,2.58-.21,5.03-.41,7.11-.41,1.86,0,2.87.16,3.38.29,1.86.51,5.52,3.05,8.45,5.1,2.85,1.99,5.98,4.17,9.45,6.06Z'/%3E%3Cpath class='cls-2' d='M133.11,259.62l-7.47,25.38c-.51,1.72-1.75,3.11-3.4,3.81-1.47.61-3.08.61-4.54.02l-18.87-18.39-.66-.36c-2.05-1.1-4.24-1.75-6.56-1.93l-.75-.06-25.81,5.27c-1.54-.29-2.9-1.17-3.8-2.48-1.01-1.49-1.31-3.33-.8-5.05l9.02-30.69c2.68,4.02,6.12,7.81,10.92,10.59,4.93,2.87,10.78,4.26,17.86,4.26,3.09,0,6.02-.25,8.87-.47,2.36-.19,4.6-.38,6.51-.38,1.7,0,2.63.15,3.09.27,1.7.46,5.05,2.79,7.74,4.67,2.61,1.82,5.47,3.81,8.65,5.55Z'/%3E%3Cpath class='cls-2' d='M143.12,263.57l-7.19,24.45c-1.42,4.84-4.91,8.74-9.56,10.68-2.08.87-4.27,1.3-6.44,1.3-2.72,0-5.41-.67-7.88-1.99l-.67-.36-18.85-18.39c-.37-.15-.74-.26-1.13-.33l-25.81,5.27-.75-.06c-5.03-.4-9.55-3.01-12.41-7.16-2.85-4.16-3.68-9.31-2.26-14.15l12.15-41.35c.45.93.9,1.89,1.34,2.81.67,1.41,1.37,2.9,2.13,4.41,1.07,2.13,2.27,4.33,3.68,6.45l-9.02,30.69c-.52,1.72-.22,3.57.8,5.05.91,1.3,2.26,2.19,3.8,2.48l25.81-5.27.75.06c2.32.18,4.51.83,6.56,1.93l.66.36,18.87,18.39c1.45.59,3.07.59,4.54-.02,1.66-.7,2.9-2.09,3.4-3.81l7.47-25.38c1.55.86,3.19,1.66,4.9,2.34,1.63.66,3.33,1.21,5.11,1.62Z'/%3E%3Cpath class='cls-2' d='M238.75,270.89c-.9,1.3-2.26,2.19-3.8,2.48l-25.81-5.27-.75.06c-2.31.18-4.51.83-6.56,1.92l-.66.37-18.87,18.39c-1.44.59-3.07.59-4.54-.02-1.66-.7-2.9-2.09-3.4-3.81l-7.46-25.38c3.18-1.75,6.03-3.74,8.64-5.55,2.68-1.87,6.03-4.2,7.74-4.67.47-.12,1.39-.27,3.09-.27,1.91,0,4.15.18,6.51.38,2.84.23,5.77.47,8.87.47,7.08,0,12.93-1.39,17.86-4.26,4.81-2.78,8.25-6.58,10.92-10.6l9.03,30.71c.51,1.73.2,3.57-.81,5.05Z'/%3E%3Cpath class='cls-2' d='M247.57,276.97c-2.86,4.16-7.38,6.77-12.41,7.16l-.75.06-25.81-5.27c-.39.08-.76.18-1.13.33l-18.85,18.39-.67.36c-2.47,1.33-5.16,1.99-7.88,1.99-2.18,0-4.36-.43-6.43-1.3-4.65-1.94-8.15-5.83-9.57-10.68l-7.19-24.45c1.78-.41,3.48-.96,5.11-1.62,1.72-.68,3.35-1.48,4.91-2.34l7.46,25.38c.51,1.72,1.75,3.11,3.4,3.81,1.47.61,3.09.61,4.54.02l18.87-18.39.66-.37c2.05-1.09,4.26-1.73,6.56-1.92l.75-.06,25.81,5.27c1.54-.29,2.9-1.17,3.8-2.48,1.01-1.49,1.31-3.32.81-5.05l-9.03-30.71c1.42-2.12,2.62-4.3,3.7-6.43.75-1.52,1.45-3.01,2.12-4.42.43-.93.88-1.89,1.34-2.81l12.15,41.35c1.42,4.84.59,9.99-2.26,14.15Z'/%3E%3Cpath class='cls-2' d='M266.6,144.51c4.03-5.54,8.6-11.82,8.6-19.31s-4.57-13.77-8.6-19.31c-2.67-3.67-5.19-7.14-6.04-10.32-.9-3.4-.45-7.8.02-12.47.72-7.02,1.48-14.29-2.13-20.52-3.66-6.34-10.69-9.46-16.88-12.22-4.23-1.87-8.23-3.65-10.64-6.08-2.42-2.42-4.2-6.41-6.09-10.64-2.76-6.2-5.88-13.22-12.21-16.88-6.24-3.61-13.51-2.87-20.52-2.14-4.67.48-9.07.94-12.48.02-3.18-.84-6.65-3.36-10.31-6.03-5.54-4.04-11.82-8.61-19.31-8.61s-13.78,4.57-19.32,8.61c-3.66,2.67-7.13,5.19-10.31,6.03-3.4.92-7.81.46-12.48-.02-7.01-.72-14.29-1.47-20.51,2.14-6.33,3.66-9.46,10.69-12.22,16.88-1.89,4.22-3.66,8.22-6.09,10.64-2.41,2.42-6.41,4.2-10.63,6.08-6.21,2.76-13.23,5.88-16.89,12.22-3.61,6.24-2.86,13.5-2.13,20.52.47,4.67.93,9.06.02,12.47-.85,3.18-3.37,6.65-6.04,10.32-4.03,5.54-8.6,11.82-8.6,19.31s4.57,13.77,8.6,19.31c2.67,3.67,5.19,7.14,6.04,10.32.91,3.4.45,7.8-.02,12.47-.72,7.02-1.48,14.29,2.13,20.52,3.66,6.34,10.69,9.46,16.89,12.22,3.3,1.47,6.45,2.87,8.82,4.58.67.46,1.28.97,1.81,1.5.87.87,1.66,1.96,2.4,3.18,1.25,2.05,2.36,4.5,3.5,7.06h0c.06.14.12.28.18.41,2.76,6.2,5.88,13.22,12.22,16.88,6.24,3.61,13.5,2.87,20.51,2.14,4.67-.48,9.06-.94,12.48-.02,3.18.84,6.65,3.37,10.31,6.03,2.01,1.48,4.14,3.02,6.37,4.38,1.56.95,3.18,1.81,4.86,2.5,1.65.69,3.36,1.21,5.15,1.49.96.15,1.94.24,2.94.24s1.98-.09,2.94-.24c1.78-.28,3.49-.8,5.14-1.49,1.68-.69,3.3-1.55,4.86-2.5,2.23-1.37,4.35-2.91,6.37-4.38,3.67-2.67,7.13-5.19,10.31-6.04,3.4-.9,7.81-.45,12.48.03,7.02.72,14.29,1.47,20.52-2.14,6.32-3.66,9.45-10.69,12.21-16.88.06-.14.12-.27.18-.41,1.14-2.55,2.25-5.01,3.5-7.07.74-1.22,1.53-2.29,2.4-3.17.53-.53,1.14-1.03,1.81-1.5,2.37-1.7,5.53-3.11,8.82-4.58,6.21-2.76,13.23-5.88,16.89-12.22,3.61-6.24,2.86-13.5,2.13-20.52-.47-4.67-.93-9.06-.02-12.47.85-3.18,3.37-6.65,6.04-10.32ZM258.32,138.49c-3.11,4.26-6.31,8.67-7.66,13.69-1.4,5.23-.83,10.78-.27,16.16.58,5.66,1.13,10.99-.82,14.35-1.99,3.45-6.94,5.65-12.17,7.98-2.59,1.14-5.21,2.32-7.67,3.72-1.65.93-3.22,1.97-4.64,3.18-.48.41-.96.84-1.41,1.29-1.05,1.05-1.97,2.19-2.8,3.39-2.21,3.17-3.82,6.79-5.4,10.33-2.33,5.24-4.54,10.18-7.98,12.19-3.36,1.94-8.69,1.39-14.34.81-5.38-.55-10.94-1.12-16.16.27-5.03,1.35-9.44,4.56-13.7,7.66-1.13.83-2.25,1.64-3.35,2.39h0c-1.62,1.12-3.2,2.11-4.75,2.87-1.77.85-3.49,1.38-5.17,1.38h-.01c-1.68,0-3.4-.53-5.17-1.38-1.55-.75-3.14-1.75-4.75-2.86h0c-1.1-.76-2.22-1.57-3.35-2.4-4.27-3.1-8.67-6.31-13.69-7.66-2.42-.65-4.91-.87-7.42-.87-2.92,0-5.86.31-8.75.6-5.65.58-10.98,1.13-14.34-.81-3.45-2-5.66-6.95-7.98-12.19-1.57-3.54-3.19-7.16-5.4-10.33-.83-1.21-1.76-2.35-2.8-3.39-.45-.45-.93-.88-1.41-1.29-1.43-1.21-3-2.25-4.64-3.18-2.46-1.4-5.09-2.57-7.67-3.72-5.24-2.34-10.18-4.54-12.17-7.99-1.95-3.35-1.4-8.68-.82-14.34.56-5.38,1.13-10.94-.27-16.16-1.34-5.02-4.55-9.44-7.66-13.69-3.42-4.7-6.64-9.13-6.64-13.28s3.22-8.59,6.64-13.28c3.11-4.26,6.32-8.67,7.66-13.69,1.4-5.23.83-10.78.27-16.16-.58-5.66-1.13-10.99.82-14.34,1.99-3.46,6.94-5.66,12.17-7.99,4.9-2.18,9.97-4.43,13.73-8.19s6.02-8.83,8.2-13.73c2.33-5.24,4.54-10.18,7.98-12.19,3.36-1.94,8.69-1.39,14.34-.81,5.38.55,10.94,1.12,16.17-.27,5.02-1.35,9.43-4.56,13.69-7.66,4.7-3.42,9.13-6.64,13.28-6.64s8.58,3.22,13.27,6.64c4.27,3.1,8.67,6.31,13.7,7.66,5.23,1.39,10.78.82,16.16.27,5.65-.58,10.98-1.13,14.34.81,3.46,2,5.66,6.95,7.98,12.19,2.18,4.89,4.44,9.96,8.2,13.73,3.76,3.76,8.82,6.01,13.73,8.19,5.24,2.34,10.18,4.54,12.17,7.98,1.95,3.36,1.4,8.69.82,14.34-.56,5.39-1.13,10.95.27,16.17,1.35,5.02,4.55,9.44,7.66,13.69,3.42,4.7,6.64,9.13,6.64,13.28s-3.22,8.59-6.64,13.28Z'/%3E%3Cpath class='cls-1' d='M250.66,152.18c-1.4,5.23-.83,10.78-.27,16.16.58,5.66,1.13,10.99-.82,14.35-1.99,3.45-6.94,5.65-12.17,7.98-2.59,1.14-5.21,2.32-7.67,3.72-1.65.93-3.22,1.97-4.64,3.18-.48.41-.96.84-1.41,1.29-1.05,1.05-1.97,2.19-2.8,3.39-2.21,3.17-3.82,6.79-5.4,10.33-2.33,5.24-4.54,10.18-7.98,12.19-3.36,1.94-8.69,1.39-14.34.81-5.38-.55-10.94-1.12-16.16.27-5.03,1.35-9.44,4.56-13.7,7.66-1.13.83-2.25,1.64-3.35,2.39h0c-1.62,1.12-3.2,2.11-4.75,2.87-1.77.85-3.49,1.38-5.17,1.38h-.01c-1.68,0-3.4-.53-5.17-1.38-1.55-.75-3.14-1.75-4.75-2.86h0c-1.1-.76-2.22-1.57-3.35-2.4-4.27-3.1-8.67-6.31-13.69-7.66-2.42-.65-4.91-.87-7.42-.87-2.92,0-5.86.31-8.75.6-5.65.58-10.98,1.13-14.34-.81-3.45-2-5.66-6.95-7.98-12.19-1.57-3.54-3.19-7.16-5.4-10.33-.83-1.21-1.76-2.35-2.8-3.39-.45-.45-.93-.88-1.41-1.29-1.43-1.21-3-2.25-4.64-3.18-2.46-1.4-5.09-2.57-7.67-3.72-5.24-2.34-10.18-4.54-12.17-7.99-1.95-3.35-1.4-8.68-.82-14.34.56-5.38,1.13-10.94-.27-16.16-1.34-5.02-4.55-9.44-7.66-13.69-3.42-4.7-6.64-9.13-6.64-13.28s3.22-8.59,6.64-13.28c3.11-4.26,6.32-8.67,7.66-13.69,1.4-5.23.83-10.78.27-16.16-.58-5.66-1.13-10.99.82-14.34,1.99-3.46,6.94-5.66,12.17-7.99,4.9-2.18,9.97-4.43,13.73-8.19s6.02-8.83,8.2-13.73c2.33-5.24,4.54-10.18,7.98-12.19,3.36-1.94,8.69-1.39,14.34-.81,5.38.55,10.94,1.12,16.17-.27,5.02-1.35,9.43-4.56,13.69-7.66,4.7-3.42,9.13-6.64,13.28-6.64s8.58,3.22,13.27,6.64c4.27,3.1,8.67,6.31,13.7,7.66,5.23,1.39,10.78.82,16.16.27,5.65-.58,10.98-1.13,14.34.81,3.46,2,5.66,6.95,7.98,12.19,2.18,4.89,4.44,9.96,8.2,13.73,3.76,3.76,8.82,6.01,13.73,8.19,5.24,2.34,10.18,4.54,12.17,7.98,1.95,3.36,1.4,8.69.82,14.34-.56,5.39-1.13,10.95.27,16.17,1.35,5.02,4.55,9.44,7.66,13.69,3.42,4.7,6.64,9.13,6.64,13.28s-3.22,8.59-6.64,13.28c-3.11,4.26-6.31,8.67-7.66,13.69Z'/%3E%3C/g%3E%3Cpath class='cls-3' d='M150.8,96.7c.27-.59.54-1.18.8-1.78-3.52,0-7.03-.06-10.54-.06-.73,0-1.46,0-2.19,0l-.53-3.12c3.28-.35,6.56-.7,9.83-1.09.5-.06,1-.12,1.5-.18,1.76-.22,3.51-.44,5.27-.66l1.21-2.12.25-.42c1.64-2.7,2.81-5.71,4.57-8.34.52-.78,1.06-1.56,1.61-2.32.52-.71,1.14-1.59,1.97-1.97.24-.11.51-.15.76-.08.5.14.56.68.68,1.11.15.56.27,1.14.33,1.72.13,1.15.07,2.33-.27,3.44-.06.21-.13.42-.21.63-.69,1.95-1.72,3.75-2.53,5.64l.14-.32c-.25.59-.49,1.18-.74,1.77l2.66-.27c5.24-.59,10.49-.94,15.74-1.4,4.63-.41,9.43-1.43,14-.02,2.83.87,5.07,3,4.39,6.18-.22,1.04-.95,1.95-1.85,2.5-1.18.72-2.54.85-3.89.8-1.54-.05-3.08-.05-4.62-.08-3.13-.06-6.26-.14-9.39-.22-3.63-.09-7.27-.17-10.91-.21l-5.03-.03h-3.54c-.83.9-1.63,1.78-2.36,2.77-.51.69-1,1.4-1.48,2.12-1.3,1.95-2.5,3.99-3.69,6-.11.18-.23.36-.33.55-2.67,4.58-4.94,9.38-7.17,14.18-1.72,3.7-3.22,7.45-4.15,11.43-.47,1.98-.69,4.06-.27,6.05.44,2.06,1.71,4.28,3.76,5.06,2.24.85,4.58.06,6.48-1.23,4.51-3.14,8.31-7.14,11.96-11.21,3.8-4.24,7.63-8.4,11.61-12.47,4.06-4.16,8.21-8.56,12.92-11.96,6.14-4.43,13.44-7.05,20.89-8.19,1.53-.24,18.49-1.83,16.85,1.81-.13.28-.36.52-.59.73-.33.3-1.06.4-1.6.48-.72.11-1.44.18-2.17.23-1.56.1-3.11.25-4.65.47-4.65.65-9.12,2-13.29,4.18-4.27,2.23-8.15,5.22-11.41,8.77-2.46,2.69-4.55,5.55-5.86,8.99-.91,2.39-1.44,4.93-1.47,7.48-.02,1.69.2,3.4.79,4.98,1.11,2.97,3.74,5.23,6.67,6.33,4.35,1.63,9.33.88,13.15-1.71,3.58-2.42,6.8-5.37,9.61-8.65.62-.72,1.21-1.45,1.79-2.2,2.25-2.9,4.46-6.01,5.8-9.45.24-.61.45-1.24.85-1.76.43-.56,1.42-1.18,2.07-.6.16.14.25.33.31.53.1.36.13.77.15,1.15.08,1.45-.18,2.89-.41,4.32-.07.45-.15.89-.22,1.33-.48,2.97-.53,6.02-.16,9,.26,2.06.96,4.13,2.33,5.74,2.35,2.76,6.1,3.19,9.46,2.41,3.91-.91,7.45-3.19,10.37-5.88,2.18-1.74,4.09-3.79,5.85-5.94,1.76-2.16,3.38-4.44,5.03-6.69.96-1.32,1.94-2.62,2.96-3.89.42-.52.83-1.05,1.25-1.57.17-.22.35-.44.56-.62s.47-.32.75-.36c.66-.09,1.3.41,1.54,1,.34.83.21,1.82.03,2.68-.07.33-.15.65-.25.97-1.31,4.45-3.98,8.76-6.21,12.81-2.43,4.42-5.11,8.71-8.29,12.63-7.57,9.31-24.89,22.43-35.02,9.08-1.25-1.65-2.18-3.53-2.71-5.53-.15-.56-.23-1.12-.43-1.67-.08-.21-.21-.44-.43-.46-.1,0-.2.03-.28.08-.21.12-.36.32-.53.49-.19.2-.38.39-.58.58-.39.38-.8.75-1.21,1.12-.82.73-1.67,1.43-2.53,2.11-.4.32-.8.63-1.2.94-.21.16-.42.32-.63.48-.11.08-.22.17-.33.25-.06.04-.24.23-.31.23-2.17,1.6-4.51,2.97-6.96,4.09-1.34.61-2.71,1.15-4.1,1.61-.7.23-1.42.44-2.13.64-.67.18-1.32.28-2,.39-2.29.37-4.66.44-6.94-.07-2.43-.55-4.72-1.77-6.7-3.27-3.86-2.94-6.66-7.09-8.74-11.42-.47-.97-.9-1.96-1.29-2.96-.17-.44-.38-.64-.74-.07-3.75,4.47-8.14,8.29-12.69,11.97-.88.71-1.79,1.39-2.74,2.01-1.66,1.07-3.41,2-5.25,2.72-2.98,1.16-6.33,1.81-9.49,1.01-3.2-.81-5.62-3.13-7.1-6.01-1.1-2.13-1.52-4.37-2.09-6.67-.13-.52-.36-.44-.65-.19-3.94,4.45-8.67,8.59-13.97,11.32-1.98,1.02-4.09,1.84-6.3,2.1s-4.54-.07-6.44-1.22c-1.41-.85-2.53-2.11-3.48-3.46-1.74-2.48-2.79-5.19-3.46-8.12-.03-.14-.07-.3-.19-.39-.23-.18-.56.02-.78.22-2.41,2.15-4.84,4.2-7.52,6.01-2.85,1.93-5.91,3.55-9.1,4.84-6.57,2.65-13.93,3.44-20.25-.28-8.96-5.27-11.78-16.89-8.75-26.38,1.56-4.89,4.4-9.29,7.69-13.23,7.1-8.52,16.46-15.11,26.81-19.08,4.78-1.83,9.78-3.11,14.87-3.71,2.71-.31,14.67-1.89,11.96,2.94-.05-.02-.09,0-.1.06-.09.36-3.07.32-3.43.36-1.57.15-3.13.37-4.68.68-4.96.98-9.8,2.78-14.23,5.2-6.45,3.52-12.13,8.51-16.23,14.63-1.69,2.52-3.13,5.27-3.7,8.24-.58,2.98-.21,6.22,1.47,8.75,2.13,3.2,6.12,4.82,9.96,4.8,3.84-.02,7.54-1.48,10.88-3.38,6.56-3.74,12.08-9.28,15.8-15.84,1.27-2.23,2.24-4.62,4.19-6.38.21-.19.45-.38.73-.4.7-.05.75,1.01.7,1.47-.28,2.63-.84,5.3-1.38,7.89-.88,4.2-2.35,9.16,0,13.15.84,1.42,2.14,2.6,3.7,3.14,1.25.43,2.62.44,3.92.23,1.81-.3,3.53-1.03,5.1-1.98,2.62-1.58,4.94-3.76,7.1-5.92,3.94-3.95,7.45-8.31,10.64-12.88,3.19-4.59,6.05-9.41,8.71-14.33,2.05-3.8,4.06-7.63,5.92-11.52.14-.29.28-.59.42-.88Z'/%3E%3C/svg%3E");
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	width: 1.75em;
	height: 1.75em;
	display: inline-block;
	margin-right: 5px;

	vertical-align: middle;
}

.language-pairs, .directory-terms .fl-module-content div {
	gap: 20px;
	flex-wrap: wrap;
}

.language-pair, .directory-terms span>span {background-color: rgba(0,51,102,0.15);}

.language-pair {
	padding: 10px;
	gap: 4px;
}

/* .directory-terms .fl-module-content {margin: 20px 0;} */

.directory-terms span {
	padding: 12px 0;
}

.directory-terms span>span {
	padding: 12px;
}

/* ERRORS */
.error-message,
.error {
	background-color: #fbe9eb;
	border: 1px solid #990000;
	border-radius: 4px;
	color: #990000;
	display: inline-block;
	font-size: 0.9em;
	padding: 1em;
}

/* CERTIFICATION SEARCH */
.cert-search-container {
	max-width: 400px;
}

.cert-feedback {
	color: red;
	display: none;
	margin-top: 10px;
}

/* CERTIFIED PROFILE */
/* See this version by appending ?cview=true to the URL */
.has-directory-image.certified .featured-image-photo {
	position: relative;
}

.has-directory-image.certified .featured-image-photo .fl-photo-content::after {
	content: "";
	position: absolute;
	bottom: -29px;
    left: -23px;
	padding: 5px 10px;
	background-image: url('data:image/svg+xml,<svg width="66" height="78" viewBox="0 0 66 78" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M57.1176 71.8302C56.855 72.2098 56.4598 72.4672 56.01 72.5504L48.496 71.0164L48.2776 71.0346C47.6068 71.0892 46.9646 71.2764 46.3666 71.5936L46.1742 71.7002L40.683 77.0536C40.2618 77.2252 39.7886 77.2252 39.3622 77.0484C38.8786 76.8456 38.5198 76.44 38.3716 75.9382L36.2006 68.549C37.1262 68.042 37.9582 67.4596 38.7148 66.9344C39.4948 66.3884 40.4724 65.7124 40.9664 65.5772C41.1042 65.5434 41.372 65.4992 41.866 65.4992C42.4224 65.4992 43.0724 65.5538 43.7614 65.6084C44.5882 65.6734 45.4436 65.7462 46.3432 65.7462C48.405 65.7462 50.108 65.3406 51.5432 64.5086C52.942 63.7 53.9456 62.5924 54.723 61.4224L57.3516 70.3612C57.4998 70.8656 57.4114 71.3986 57.1176 71.8328V71.8302Z" fill="%2382BA5D"/><path d="M28.9421 68.5646L26.8205 75.7744C26.6775 76.2632 26.3239 76.6584 25.8533 76.8586C25.4373 77.0328 24.9771 77.0328 24.5637 76.8638L19.2051 71.6404L19.0179 71.539C18.4355 71.227 17.8115 71.0424 17.1537 70.9904L16.9405 70.9722L9.60851 72.4698C9.17171 72.3866 8.78431 72.137 8.52951 71.7652C8.24091 71.344 8.15511 70.8188 8.30331 70.33L10.8643 61.6122C11.6261 62.7536 12.6037 63.83 13.9661 64.6204C15.3675 65.4342 17.0289 65.8294 19.0413 65.8294C19.9201 65.8294 20.7521 65.7592 21.5607 65.6942C22.2315 65.6396 22.8685 65.5876 23.4093 65.5876C23.8929 65.5876 24.1555 65.6292 24.2881 65.663C24.7717 65.7956 25.7233 66.456 26.4851 66.989C27.2261 67.5064 28.0399 68.0732 28.9421 68.5646Z" fill="%2382BA5D"/><path d="M28.1581 67.5012L26.2159 74.1C26.0833 74.5472 25.7609 74.9086 25.3319 75.0906C24.9497 75.2492 24.5311 75.2492 24.1515 75.0958L19.2453 70.3144L19.0737 70.2208C18.5407 69.9348 17.9713 69.7658 17.3681 69.719L17.1731 69.7034L10.4625 71.0736C10.0621 70.9982 9.70853 70.7694 9.47453 70.4288C9.21193 70.0414 9.13393 69.563 9.26653 69.1158L11.6117 61.1364C12.3085 62.1816 13.2029 63.167 14.4509 63.8898C15.7327 64.636 17.2537 64.9974 19.0945 64.9974C19.8979 64.9974 20.6597 64.9324 21.4007 64.8752C22.0143 64.8258 22.5967 64.7764 23.0933 64.7764C23.5353 64.7764 23.7771 64.8154 23.8967 64.8466C24.3387 64.9662 25.2097 65.572 25.9091 66.0608C26.5877 66.534 27.3313 67.0514 28.1581 67.5038V67.5012Z" fill="%2382BA5D"/><path d="M30.761 68.528L28.8916 74.885C28.5224 76.1434 27.6151 77.1574 26.4061 77.6618C25.8653 77.888 25.2959 77.9998 24.7317 77.9998C24.0245 77.9998 23.325 77.8256 22.6828 77.4824L22.5086 77.3888L17.6076 72.6074C17.5114 72.5684 17.4152 72.5398 17.3138 72.5216L10.6032 73.8918L10.4082 73.8762C9.10045 73.7722 7.92525 73.0936 7.18165 72.0146C6.44065 70.933 6.22485 69.594 6.59405 68.3356L9.75305 57.5846C9.87005 57.8264 9.98705 58.076 10.1014 58.3152C10.2756 58.6818 10.4576 59.0692 10.6552 59.4618C10.9334 60.0156 11.2454 60.5876 11.612 61.1388L9.26685 69.1182C9.13165 69.5654 9.20965 70.0464 9.47485 70.4312C9.71145 70.7692 10.0624 71.0006 10.4628 71.076L17.1734 69.7058L17.3684 69.7214C17.9716 69.7682 18.541 69.9372 19.074 70.2232L19.2456 70.3168L24.1518 75.0982C24.5288 75.2516 24.9501 75.2516 25.3323 75.093C25.7639 74.911 26.0862 74.5496 26.2162 74.1024L28.1581 67.5038C28.5611 67.7274 28.9878 67.9352 29.4324 68.112C29.8562 68.2836 30.2982 68.4266 30.761 68.5332V68.528Z" fill="%2382BA5D"/><path d="M55.6242 70.431C55.3902 70.769 55.0366 71.0004 54.6362 71.0758L47.9256 69.7056L47.7306 69.7212C47.13 69.768 46.558 69.937 46.025 70.2204L45.8534 70.3166L40.9472 75.098C40.5728 75.2514 40.149 75.2514 39.7668 75.0928C39.3352 74.9108 39.0128 74.5494 38.8828 74.1022L36.9432 67.5034C37.77 67.0484 38.511 66.531 39.1896 66.0604C39.8864 65.5742 40.7574 64.9684 41.202 64.8462C41.3242 64.815 41.5634 64.776 42.0054 64.776C42.502 64.776 43.0844 64.8228 43.698 64.8748C44.4364 64.9346 45.1982 64.997 46.0042 64.997C47.845 64.997 49.366 64.6356 50.6478 63.8894C51.8984 63.1666 52.7928 62.1786 53.487 61.1334L55.8348 69.118C55.9674 69.5678 55.8868 70.0462 55.6242 70.431Z" fill="%2382BA5D"/><path d="M57.9165 72.0122C57.1729 73.0938 55.9977 73.7724 54.6899 73.8738L54.4949 73.8894L47.7843 72.5192C47.6829 72.54 47.5867 72.566 47.4905 72.605L42.5895 77.3864L42.4153 77.48C41.7731 77.8258 41.0737 77.9974 40.3665 77.9974C39.7997 77.9974 39.2329 77.8856 38.6947 77.6594C37.4857 77.155 36.5757 76.1436 36.2065 74.8826L34.3371 68.5256C34.7999 68.419 35.2419 68.276 35.6657 68.1044C36.1129 67.9276 36.5367 67.7196 36.9423 67.496L38.8819 74.0948C39.0145 74.542 39.3369 74.9034 39.7659 75.0854C40.1481 75.244 40.5693 75.244 40.9463 75.0906L45.8525 70.3092L46.0241 70.213C46.5571 69.9296 47.1317 69.7632 47.7297 69.7138L47.9247 69.6982L54.6353 71.0684C55.0357 70.993 55.3893 70.7642 55.6233 70.4236C55.8859 70.0362 55.9639 69.5604 55.8339 69.1106L53.4861 61.126C53.8553 60.5748 54.1673 60.008 54.4481 59.4542C54.6431 59.059 54.8251 58.6716 54.9993 58.305C55.1111 58.0632 55.2281 57.8136 55.3477 57.5744L58.5067 68.3254C58.8759 69.5838 58.6601 70.9228 57.9191 72.0044L57.9165 72.0122Z" fill="%2382BA5D"/><path d="M62.8654 37.5726C63.9132 36.1322 65.1014 34.4994 65.1014 32.552C65.1014 30.6046 63.9132 28.9718 62.8654 27.5314C62.1712 26.5772 61.516 25.675 61.295 24.8482C61.061 23.9642 61.178 22.8202 61.3002 21.606C61.4874 19.7808 61.685 17.8906 60.7464 16.2708C59.7948 14.6224 57.967 13.8112 56.3576 13.0936C55.2578 12.6074 54.2178 12.1446 53.5912 11.5128C52.962 10.8836 52.4992 9.8462 52.0078 8.7464C51.2902 7.1344 50.479 5.3092 48.8332 4.3576C47.2108 3.419 45.3206 3.6114 43.498 3.8012C42.2838 3.926 41.1398 4.0456 40.2532 3.8064C39.4264 3.588 38.5242 2.9328 37.5726 2.2386C36.1322 1.1882 34.4994 0 32.552 0C30.6046 0 28.9692 1.1882 27.5288 2.2386C26.5772 2.9328 25.675 3.588 24.8482 3.8064C23.9642 4.0456 22.8176 3.926 21.6034 3.8012C19.7808 3.614 17.888 3.419 16.2708 4.3576C14.625 5.3092 13.8112 7.137 13.0936 8.7464C12.6022 9.8436 12.142 10.8836 11.5102 11.5128C10.8836 12.142 9.8436 12.6048 8.7464 13.0936C7.1318 13.8112 5.3066 14.6224 4.355 16.2708C3.4164 17.8932 3.6114 19.7808 3.8012 21.606C3.9234 22.8202 4.043 23.9616 3.8064 24.8482C3.5854 25.675 2.9302 26.5772 2.236 27.5314C1.1882 28.9718 0 30.6046 0 32.552C0 34.4994 1.1882 36.1322 2.236 37.5726C2.9302 38.5268 3.5854 39.429 3.8064 40.2558C4.043 41.1398 3.9234 42.2838 3.8012 43.498C3.614 45.3232 3.4164 47.2134 4.355 48.8332C5.3066 50.4816 7.1344 51.2928 8.7464 52.0104C9.6044 52.3926 10.4234 52.7566 11.0396 53.2012C11.2138 53.3208 11.3724 53.4534 11.5102 53.5912C11.7364 53.8174 11.9418 54.1008 12.1342 54.418C12.4592 54.951 12.7478 55.588 13.0442 56.2536C13.0598 56.29 13.0754 56.3264 13.091 56.3602C13.8086 57.9722 14.6198 59.7974 16.2682 60.749C17.8906 61.6876 19.7782 61.4952 21.6008 61.3054C22.815 61.1806 23.9564 61.061 24.8456 61.3002C25.6724 61.5186 26.5746 62.1764 27.5262 62.868C28.0488 63.2528 28.6026 63.6532 29.1824 64.0068C29.588 64.2538 30.0092 64.4774 30.446 64.6568C30.875 64.8362 31.3196 64.9714 31.785 65.0442C32.0346 65.0832 32.2894 65.1066 32.5494 65.1066C32.8094 65.1066 33.0642 65.0832 33.3138 65.0442C33.7766 64.9714 34.2212 64.8362 34.6502 64.6568C35.087 64.4774 35.5082 64.2538 35.9138 64.0068C36.4936 63.6506 37.0448 63.2502 37.57 62.868C38.5242 62.1738 39.4238 61.5186 40.2506 61.2976C41.1346 61.0636 42.2812 61.1806 43.4954 61.3054C45.3206 61.4926 47.2108 61.6876 48.8306 60.749C50.4738 59.7974 51.2876 57.9696 52.0052 56.3602C52.0208 56.3238 52.0364 56.29 52.052 56.2536C52.3484 55.5906 52.637 54.951 52.962 54.4154C53.1544 54.0982 53.3598 53.82 53.586 53.5912C53.7238 53.4534 53.8824 53.3234 54.0566 53.2012C54.6728 52.7592 55.4944 52.3926 56.3498 52.0104C57.9644 51.2928 59.7896 50.4816 60.7412 48.8332C61.6798 47.2108 61.4848 45.3232 61.295 43.498C61.1728 42.2838 61.0532 41.1424 61.2898 40.2558C61.5108 39.429 62.166 38.5268 62.8602 37.5726H62.8654ZM60.7126 36.0074C59.904 37.115 59.072 38.2616 58.721 39.5668C58.357 40.9266 58.5052 42.3696 58.6508 43.7684C58.8016 45.24 58.9446 46.6258 58.4376 47.4994C57.9202 48.3964 56.6332 48.9684 55.2734 49.5742C54.6 49.8706 53.9188 50.1774 53.2792 50.5414C52.8502 50.7832 52.442 51.0536 52.0728 51.3682C51.948 51.4748 51.8232 51.5866 51.7062 51.7036C51.4332 51.9766 51.194 52.273 50.9782 52.585C50.4036 53.4092 49.985 54.3504 49.5742 55.2708C48.9684 56.6332 48.3938 57.9176 47.4994 58.4402C46.6258 58.9446 45.24 58.8016 43.771 58.6508C42.3722 58.5078 40.9266 58.3596 39.5694 58.721C38.2616 59.072 37.115 59.9066 36.0074 60.7126C35.7136 60.9284 35.4224 61.139 35.1364 61.334C34.7152 61.6252 34.3044 61.8826 33.9014 62.0802C33.4412 62.3012 32.994 62.439 32.5572 62.439H32.5546C32.1178 62.439 31.6706 62.3012 31.2104 62.0802C30.8074 61.8852 30.394 61.6252 29.9754 61.3366C29.6894 61.139 29.3982 60.9284 29.1044 60.7126C27.9942 59.9066 26.8502 59.072 25.545 58.721C24.9158 58.552 24.2684 58.4948 23.6158 58.4948C22.8566 58.4948 22.0922 58.5754 21.3408 58.6508C19.8718 58.8016 18.486 58.9446 17.6124 58.4402C16.7154 57.9202 16.1408 56.6332 15.5376 55.2708C15.1294 54.3504 14.7082 53.4092 14.1336 52.585C13.9178 52.2704 13.676 51.974 13.4056 51.7036C13.2886 51.5866 13.1638 51.4748 13.039 51.3682C12.6672 51.0536 12.259 50.7832 11.8326 50.5414C11.193 50.1774 10.5092 49.8732 9.8384 49.5742C8.476 48.9658 7.1916 48.3938 6.6742 47.4968C6.1672 46.6258 6.3102 45.24 6.461 43.7684C6.6066 42.3696 6.7548 40.924 6.3908 39.5668C6.0424 38.2616 5.2078 37.1124 4.3992 36.0074C3.51 34.7854 2.6728 33.6336 2.6728 32.5546C2.6728 31.4756 3.51 30.3212 4.3992 29.1018C5.2078 27.9942 6.0424 26.8476 6.3908 25.5424C6.7548 24.1826 6.6066 22.7396 6.461 21.3408C6.3102 19.8692 6.1672 18.4834 6.6742 17.6124C7.1916 16.7128 8.4786 16.1408 9.8384 15.535C11.1124 14.9682 12.4306 14.3832 13.4082 13.4056C14.3858 12.428 14.9734 11.1098 15.5402 9.8358C16.146 8.4734 16.7206 7.189 17.615 6.6664C18.4886 6.162 19.8744 6.305 21.3434 6.4558C22.7422 6.5988 24.1878 6.747 25.5476 6.3856C26.8528 6.0346 27.9994 5.2 29.107 4.394C30.329 3.5048 31.4808 2.6676 32.5598 2.6676C33.6388 2.6676 34.7906 3.5048 36.01 4.394C37.1202 5.2 38.2642 6.0346 39.572 6.3856C40.9318 6.747 42.3748 6.5988 43.7736 6.4558C45.2426 6.305 46.6284 6.162 47.502 6.6664C48.4016 7.1864 48.9736 8.4734 49.5768 9.8358C50.1436 11.1072 50.7312 12.4254 51.7088 13.4056C52.6864 14.3832 54.002 14.9682 55.2786 15.535C56.641 16.1434 57.9254 16.7154 58.4428 17.6098C58.9498 18.4834 58.8068 19.8692 58.656 21.3382C58.5104 22.7396 58.3622 24.1852 58.7262 25.5424C59.0772 26.8476 59.9092 27.9968 60.7178 29.1018C61.607 30.3238 62.4442 31.4756 62.4442 32.5546C62.4442 33.6336 61.607 34.788 60.7178 36.0074H60.7126Z" fill="%2382BA5D"/><path d="M58.7223 39.5669C58.3583 40.9267 58.5065 42.3697 58.6521 43.7685C58.8029 45.2401 58.9459 46.6259 58.4389 47.4995C57.9215 48.3965 56.6345 48.9685 55.2747 49.5743C54.6013 49.8707 53.9201 50.1775 53.2805 50.5415C52.8515 50.7833 52.4433 51.0537 52.0741 51.3683C51.9493 51.4749 51.8245 51.5867 51.7075 51.7037C51.4345 51.9767 51.1953 52.2731 50.9795 52.5851C50.4049 53.4093 49.9863 54.3505 49.5755 55.2709C48.9697 56.6333 48.3951 57.9177 47.5007 58.4403C46.6271 58.9447 45.2413 58.8017 43.7723 58.6509C42.3735 58.5079 40.9279 58.3597 39.5707 58.7211C38.2629 59.0721 37.1163 59.9067 36.0087 60.7127C35.7149 60.9285 35.4237 61.1391 35.1377 61.3341C34.7165 61.6253 34.3057 61.8827 33.9027 62.0803C33.4425 62.3013 32.9953 62.4391 32.5585 62.4391H32.5559C32.1191 62.4391 31.6719 62.3013 31.2117 62.0803C30.8087 61.8853 30.3953 61.6253 29.9767 61.3367C29.6907 61.1391 29.3995 60.9285 29.1057 60.7127C27.9955 59.9067 26.8515 59.0721 25.5463 58.7211C24.9171 58.5521 24.2697 58.4949 23.6171 58.4949C22.8579 58.4949 22.0935 58.5755 21.3421 58.6509C19.8731 58.8017 18.4873 58.9447 17.6137 58.4403C16.7167 57.9203 16.1421 56.6333 15.5389 55.2709C15.1307 54.3505 14.7095 53.4093 14.1349 52.5851C13.9191 52.2705 13.6773 51.9741 13.4069 51.7037C13.2899 51.5867 13.1651 51.4749 13.0403 51.3683C12.6685 51.0537 12.2603 50.7833 11.8339 50.5415C11.1943 50.1775 10.5105 49.8733 9.83966 49.5743C8.47726 48.9659 7.19286 48.3939 6.67546 47.4969C6.16846 46.6259 6.31146 45.2401 6.46226 43.7685C6.60786 42.3697 6.75606 40.9241 6.39206 39.5669C6.04366 38.2617 5.20906 37.1125 4.40046 36.0075C3.51126 34.7855 2.67406 33.6337 2.67406 32.5547C2.67406 31.4757 3.51126 30.3213 4.40046 29.1019C5.20906 27.9943 6.04366 26.8477 6.39206 25.5425C6.75606 24.1827 6.60786 22.7397 6.46226 21.3409C6.31146 19.8693 6.16846 18.4835 6.67546 17.6125C7.19286 16.7129 8.47986 16.1409 9.83966 15.5351C11.1137 14.9683 12.4319 14.3833 13.4095 13.4057C14.3871 12.4281 14.9747 11.1099 15.5415 9.83592C16.1473 8.47352 16.7219 7.18912 17.6163 6.66652C18.4899 6.16212 19.8757 6.30512 21.3447 6.45592C22.7435 6.59892 24.1891 6.74712 25.5489 6.38572C26.8541 6.03472 28.0007 5.20012 29.1083 4.39412C30.3303 3.50492 31.4821 2.66772 32.5611 2.66772C33.6401 2.66772 34.7919 3.50492 36.0113 4.39412C37.1215 5.20012 38.2655 6.03472 39.5733 6.38572C40.9331 6.74712 42.3761 6.59892 43.7749 6.45592C45.2439 6.30512 46.6297 6.16212 47.5033 6.66652C48.4029 7.18652 48.9749 8.47352 49.5781 9.83592C50.1449 11.1073 50.7325 12.4255 51.7101 13.4057C52.6877 14.3833 54.0033 14.9683 55.2799 15.5351C56.6423 16.1435 57.9267 16.7155 58.4441 17.6099C58.9511 18.4835 58.8081 19.8693 58.6573 21.3383C58.5117 22.7397 58.3635 24.1853 58.7275 25.5425C59.0785 26.8477 59.9105 27.9969 60.7191 29.1019C61.6083 30.3239 62.4455 31.4757 62.4455 32.5547C62.4455 33.6337 61.6083 34.7881 60.7191 36.0075C59.9105 37.1151 59.0785 38.2617 58.7275 39.5669H58.7223Z" fill="%2382BA5D"/><path d="M31.7954 23.2305C31.8453 23.118 31.8951 23.0054 31.9431 22.8909C31.2934 22.8909 30.6456 22.8795 29.9978 22.8795C29.863 22.8795 29.7283 22.8795 29.5936 22.8795L29.4958 22.2843C30.1011 22.2175 30.7065 22.1507 31.31 22.0763C31.4023 22.0649 31.4946 22.0534 31.5869 22.042C31.9117 22 32.2347 21.958 32.5595 21.9161L32.7829 21.5116L32.829 21.4315C33.1317 20.9164 33.3476 20.3421 33.6725 19.8404C33.7684 19.6915 33.8681 19.5427 33.9696 19.3977C34.0656 19.2623 34.18 19.0944 34.3332 19.0219C34.3775 19.0009 34.4273 18.9933 34.4735 19.0066C34.5658 19.0334 34.5768 19.1364 34.599 19.2184C34.6267 19.3252 34.6488 19.4359 34.6599 19.5466C34.6839 19.766 34.6728 19.9911 34.6101 20.2028C34.599 20.2429 34.5861 20.283 34.5713 20.323C34.444 20.6951 34.2538 21.0385 34.1044 21.399L34.1302 21.338C34.0841 21.4505 34.0398 21.5631 33.9936 21.6757L34.4846 21.6242C35.4517 21.5116 36.4206 21.4448 37.3896 21.3571C38.2442 21.2788 39.1301 21.0842 39.9735 21.3533C40.4958 21.5192 40.9093 21.9256 40.7838 22.5323C40.7432 22.7307 40.6084 22.9043 40.4423 23.0092C40.2245 23.1466 39.9735 23.1714 39.7244 23.1619C39.4401 23.1523 39.1559 23.1523 38.8717 23.1466C38.294 23.1351 37.7163 23.1199 37.1386 23.1046C36.4686 23.0874 35.7968 23.0722 35.125 23.0646L34.1966 23.0588H33.5433C33.3901 23.2305 33.2424 23.3984 33.1077 23.5873C33.0136 23.7189 32.9231 23.8544 32.8345 23.9918C32.5946 24.3638 32.3731 24.753 32.1535 25.1364C32.1332 25.1708 32.1111 25.2051 32.0926 25.2414C31.5998 26.1151 31.1808 27.0309 30.7693 27.9466C30.4518 28.6525 30.175 29.368 30.0033 30.1273C29.9166 30.505 29.876 30.9018 29.9535 31.2815C30.0347 31.6745 30.2691 32.098 30.6474 32.2468C31.0609 32.409 31.4928 32.2583 31.8434 32.0122C32.6758 31.4131 33.3772 30.65 34.0508 29.8735C34.7522 29.0646 35.4591 28.271 36.1936 27.4945C36.943 26.7008 37.7089 25.8614 38.5782 25.2127C39.7114 24.3676 41.0588 23.8677 42.4338 23.6503C42.7162 23.6045 45.8464 23.3011 45.5437 23.9956C45.5197 24.049 45.4773 24.0948 45.4348 24.1348C45.3739 24.1921 45.2392 24.2112 45.1395 24.2264C45.0066 24.2474 44.8737 24.2608 44.739 24.2703C44.4511 24.2894 44.165 24.318 43.8808 24.36C43.0225 24.484 42.1975 24.7415 41.4279 25.1574C40.6398 25.5829 39.9237 26.1533 39.322 26.8306C38.868 27.3438 38.4822 27.8894 38.2405 28.5457C38.0725 29.0017 37.9747 29.4862 37.9691 29.9727C37.9655 30.2952 38.0061 30.6214 38.115 30.9228C38.3198 31.4894 38.8052 31.9206 39.346 32.1305C40.1489 32.4414 41.068 32.2984 41.773 31.8042C42.4338 31.3425 43.0281 30.7797 43.5467 30.154C43.6611 30.0166 43.77 29.8773 43.8771 29.7343C44.2923 29.181 44.7002 28.5877 44.9476 27.9314C44.9919 27.815 45.0306 27.6948 45.1044 27.5956C45.1838 27.4888 45.3665 27.3705 45.4865 27.4811C45.516 27.5078 45.5326 27.5441 45.5437 27.5823C45.5622 27.6509 45.5677 27.7292 45.5714 27.8017C45.5861 28.0783 45.5382 28.353 45.4957 28.6258C45.4828 28.7117 45.468 28.7956 45.4551 28.8796C45.3665 29.4462 45.3573 30.0281 45.4256 30.5966C45.4736 30.9896 45.6028 31.3845 45.8556 31.6917C46.2893 32.2182 46.9815 32.3003 47.6016 32.1515C48.3233 31.9778 48.9766 31.5429 49.5155 31.0297C49.9179 30.6977 50.2704 30.3066 50.5952 29.8964C50.9201 29.4843 51.2191 29.0494 51.5236 28.6201C51.7008 28.3683 51.8817 28.1203 52.0699 27.878C52.1474 27.7788 52.2231 27.6776 52.3006 27.5784C52.332 27.5365 52.3652 27.4945 52.404 27.4602C52.4427 27.4258 52.4907 27.3991 52.5424 27.3915C52.6642 27.3743 52.7823 27.4697 52.8266 27.5823C52.8894 27.7406 52.8654 27.9295 52.8322 28.0935C52.8193 28.1565 52.8045 28.2176 52.786 28.2786C52.5443 29.1276 52.0515 29.9498 51.6399 30.7225C51.1914 31.5658 50.6968 32.3842 50.1098 33.1321C48.7127 34.9082 45.516 37.4113 43.6464 34.8644C43.4157 34.5496 43.244 34.1909 43.1462 33.8093C43.1185 33.7025 43.1037 33.5957 43.0668 33.4907C43.0521 33.4507 43.0281 33.4068 42.9875 33.403C42.969 33.403 42.9506 33.4087 42.9358 33.4182C42.897 33.4411 42.8694 33.4793 42.838 33.5117C42.8029 33.5499 42.7678 33.5861 42.7309 33.6224C42.6589 33.6949 42.5833 33.7655 42.5076 33.8361C42.3563 33.9753 42.1994 34.1089 42.0407 34.2386C41.9668 34.2996 41.893 34.3588 41.8192 34.4179C41.7804 34.4485 41.7417 34.479 41.7029 34.5095C41.6826 34.5248 41.6623 34.5419 41.642 34.5572C41.6309 34.5648 41.5977 34.6011 41.5848 34.6011C41.1843 34.9063 40.7524 35.1677 40.3002 35.3814C40.0529 35.4978 39.8 35.6008 39.5435 35.6885C39.4143 35.7324 39.2814 35.7725 39.1504 35.8106C39.0267 35.845 38.9067 35.8641 38.7812 35.885C38.3586 35.9556 37.9212 35.969 37.5004 35.8717C37.0519 35.7668 36.6292 35.534 36.2638 35.2478C35.5513 34.6869 35.0346 33.8952 34.6507 33.0691C34.5639 32.8841 34.4846 32.6952 34.4126 32.5044C34.3812 32.4205 34.3424 32.3823 34.276 32.491C33.5839 33.3438 32.7736 34.0726 31.9339 34.7747C31.7714 34.9102 31.6035 35.0399 31.4282 35.1582C31.1218 35.3623 30.7988 35.5397 30.4592 35.6771C29.9092 35.8984 29.2909 36.0224 28.7077 35.8698C28.1171 35.7152 27.6704 35.2726 27.3973 34.7232C27.1942 34.3168 27.1167 33.8895 27.0115 33.4507C26.9875 33.3515 26.9451 33.3667 26.8915 33.4144C26.1644 34.2634 25.2914 35.0532 24.3132 35.5741C23.9477 35.7687 23.5583 35.9251 23.1504 35.9747C22.7425 36.0243 22.3125 35.9614 21.9618 35.742C21.7016 35.5798 21.4949 35.3394 21.3195 35.0819C20.9984 34.6087 20.8046 34.0917 20.6809 33.5327C20.6754 33.506 20.668 33.4755 20.6459 33.4583C20.6034 33.424 20.5425 33.4621 20.5019 33.5003C20.0571 33.9105 19.6086 34.3016 19.114 34.6469C18.588 35.0151 18.0232 35.3241 17.4344 35.5703C16.2218 36.0758 14.8634 36.2265 13.697 35.5168C12.0433 34.5114 11.5228 32.2945 12.082 30.484C12.37 29.5511 12.8941 28.7117 13.5013 27.96C14.8118 26.3345 16.5393 25.0773 18.4495 24.3199C19.3318 23.9708 20.2546 23.7266 21.194 23.6121C21.6942 23.553 23.9016 23.2515 23.4014 24.173C23.3922 24.1692 23.3848 24.173 23.383 24.1844C23.3664 24.2531 22.8163 24.2455 22.7499 24.2531C22.4601 24.2817 22.1722 24.3237 21.8861 24.3829C20.9707 24.5698 20.0774 24.9132 19.2598 25.3749C18.0693 26.0465 17.021 26.9985 16.2643 28.166C15.9524 28.6468 15.6866 29.1715 15.5814 29.7381C15.4743 30.3066 15.5426 30.9247 15.8527 31.4074C16.2458 32.0179 16.9822 32.327 17.691 32.3232C18.3997 32.3193 19.0826 32.0408 19.699 31.6783C20.9098 30.9648 21.9286 29.9079 22.6152 28.6563C22.8496 28.2309 23.0286 27.7749 23.3885 27.4392C23.4273 27.4029 23.4716 27.3667 23.5232 27.3629C23.6524 27.3533 23.6617 27.5555 23.6524 27.6433C23.6008 28.1451 23.4974 28.6544 23.3977 29.1486C23.2353 29.9498 22.964 30.8961 23.3977 31.6573C23.5528 31.9282 23.7927 32.1534 24.0806 32.2564C24.3113 32.3384 24.5642 32.3403 24.8041 32.3003C25.1382 32.243 25.4556 32.1038 25.7454 31.9225C26.229 31.6211 26.6572 31.2052 27.0558 30.7931C27.783 30.0395 28.4308 29.2077 29.0196 28.3358C29.6083 27.4602 30.1362 26.5406 30.6271 25.6019C31.0055 24.877 31.3765 24.1463 31.7198 23.4041C31.7456 23.3488 31.7714 23.2916 31.7973 23.2363L31.7954 23.2305Z" fill="%23013365"/><path d="M15.2557 48.12C14.3691 48.12 13.6791 47.82 13.1857 47.22C12.6924 46.6133 12.4457 45.7233 12.4457 44.55C12.4457 43.3767 12.6924 42.4767 13.1857 41.85C13.6791 41.2167 14.3691 40.9 15.2557 40.9C15.8424 40.9 16.3324 41.0333 16.7257 41.3C17.1257 41.5667 17.4357 41.9433 17.6557 42.43L16.9757 42.84C16.8357 42.48 16.6224 42.1933 16.3357 41.98C16.0491 41.76 15.6891 41.65 15.2557 41.65C14.9557 41.65 14.6857 41.7067 14.4457 41.82C14.2124 41.9333 14.0124 42.0967 13.8457 42.31C13.6857 42.5167 13.5624 42.7667 13.4757 43.06C13.3891 43.3467 13.3457 43.67 13.3457 44.03V45.07C13.3457 45.79 13.5124 46.3533 13.8457 46.76C14.1791 47.1667 14.6491 47.37 15.2557 47.37C15.7024 47.37 16.0757 47.2567 16.3757 47.03C16.6757 46.7967 16.8957 46.49 17.0357 46.11L17.7057 46.53C17.4857 47.0233 17.1691 47.4133 16.7557 47.7C16.3424 47.98 15.8424 48.12 15.2557 48.12Z" fill="%23013365"/><path d="M20.8667 48.12C20.5133 48.12 20.1933 48.0567 19.9067 47.93C19.6267 47.8033 19.3833 47.6233 19.1767 47.39C18.9767 47.15 18.82 46.8667 18.7067 46.54C18.6 46.2067 18.5467 45.8333 18.5467 45.42C18.5467 45.0133 18.6 44.6433 18.7067 44.31C18.82 43.9767 18.9767 43.6933 19.1767 43.46C19.3833 43.22 19.6267 43.0367 19.9067 42.91C20.1933 42.7833 20.5133 42.72 20.8667 42.72C21.2133 42.72 21.5233 42.7833 21.7967 42.91C22.07 43.0367 22.3033 43.2133 22.4967 43.44C22.69 43.66 22.8367 43.9233 22.9367 44.23C23.0433 44.5367 23.0967 44.8733 23.0967 45.24V45.62H19.3867V45.86C19.3867 46.08 19.42 46.2867 19.4867 46.48C19.56 46.6667 19.66 46.83 19.7867 46.97C19.92 47.11 20.08 47.22 20.2667 47.3C20.46 47.38 20.6767 47.42 20.9167 47.42C21.2433 47.42 21.5267 47.3433 21.7667 47.19C22.0133 47.0367 22.2033 46.8167 22.3367 46.53L22.9067 46.94C22.74 47.2933 22.48 47.58 22.1267 47.8C21.7733 48.0133 21.3533 48.12 20.8667 48.12ZM20.8667 43.39C20.6467 43.39 20.4467 43.43 20.2667 43.51C20.0867 43.5833 19.93 43.69 19.7967 43.83C19.67 43.97 19.57 44.1367 19.4967 44.33C19.4233 44.5167 19.3867 44.7233 19.3867 44.95V45.02H22.2367V44.91C22.2367 44.45 22.11 44.0833 21.8567 43.81C21.61 43.53 21.28 43.39 20.8667 43.39Z" fill="%23013365"/><path d="M24.4149 48V42.84H25.2149V43.79H25.2649C25.3583 43.5433 25.5249 43.3233 25.7649 43.13C26.0049 42.9367 26.3349 42.84 26.7549 42.84H27.0649V43.64H26.5949C26.1616 43.64 25.8216 43.7233 25.5749 43.89C25.3349 44.05 25.2149 44.2533 25.2149 44.5V48H24.4149Z" fill="%23013365"/><path d="M29.2659 48C28.9859 48 28.7725 47.9233 28.6259 47.77C28.4859 47.61 28.4159 47.4033 28.4159 47.15V43.54H27.5659V42.84H28.0459C28.2192 42.84 28.3359 42.8067 28.3959 42.74C28.4625 42.6667 28.4959 42.5433 28.4959 42.37V41.41H29.2159V42.84H30.3459V43.54H29.2159V47.3H30.2659V48H29.2659Z" fill="%23013365"/><path d="M32.0317 41.63C31.8584 41.63 31.7317 41.59 31.6517 41.51C31.5784 41.4233 31.5417 41.3133 31.5417 41.18V41.05C31.5417 40.9167 31.5784 40.81 31.6517 40.73C31.7317 40.6433 31.8584 40.6 32.0317 40.6C32.2051 40.6 32.3284 40.6433 32.4017 40.73C32.4817 40.81 32.5217 40.9167 32.5217 41.05V41.18C32.5217 41.3133 32.4817 41.4233 32.4017 41.51C32.3284 41.59 32.2051 41.63 32.0317 41.63ZM31.6317 42.84H32.4317V48H31.6317V42.84Z" fill="%23013365"/><path d="M34.4117 43.54H33.5717V42.84H34.4117V41.8C34.4117 41.44 34.5051 41.15 34.6917 40.93C34.8784 40.71 35.1617 40.6 35.5417 40.6H36.3217V41.3H35.2117V42.84H38.1017V48H37.3017V43.54H35.2117V48H34.4117V43.54ZM37.7017 41.63C37.5284 41.63 37.4017 41.59 37.3217 41.51C37.2484 41.4233 37.2117 41.3133 37.2117 41.18V41.05C37.2117 40.9167 37.2484 40.81 37.3217 40.73C37.4017 40.6433 37.5284 40.6 37.7017 40.6C37.8751 40.6 37.9984 40.6433 38.0717 40.73C38.1517 40.81 38.1917 40.9167 38.1917 41.05V41.18C38.1917 41.3133 38.1517 41.4233 38.0717 41.51C37.9984 41.59 37.8751 41.63 37.7017 41.63Z" fill="%23013365"/><path d="M41.7456 48.12C41.3922 48.12 41.0722 48.0567 40.7856 47.93C40.5056 47.8033 40.2622 47.6233 40.0556 47.39C39.8556 47.15 39.6989 46.8667 39.5856 46.54C39.4789 46.2067 39.4256 45.8333 39.4256 45.42C39.4256 45.0133 39.4789 44.6433 39.5856 44.31C39.6989 43.9767 39.8556 43.6933 40.0556 43.46C40.2622 43.22 40.5056 43.0367 40.7856 42.91C41.0722 42.7833 41.3922 42.72 41.7456 42.72C42.0922 42.72 42.4022 42.7833 42.6756 42.91C42.9489 43.0367 43.1822 43.2133 43.3756 43.44C43.5689 43.66 43.7156 43.9233 43.8156 44.23C43.9222 44.5367 43.9756 44.8733 43.9756 45.24V45.62H40.2656V45.86C40.2656 46.08 40.2989 46.2867 40.3656 46.48C40.4389 46.6667 40.5389 46.83 40.6656 46.97C40.7989 47.11 40.9589 47.22 41.1456 47.3C41.3389 47.38 41.5556 47.42 41.7956 47.42C42.1222 47.42 42.4056 47.3433 42.6456 47.19C42.8922 47.0367 43.0822 46.8167 43.2156 46.53L43.7856 46.94C43.6189 47.2933 43.3589 47.58 43.0056 47.8C42.6522 48.0133 42.2322 48.12 41.7456 48.12ZM41.7456 43.39C41.5256 43.39 41.3256 43.43 41.1456 43.51C40.9656 43.5833 40.8089 43.69 40.6756 43.83C40.5489 43.97 40.4489 44.1367 40.3756 44.33C40.3022 44.5167 40.2656 44.7233 40.2656 44.95V45.02H43.1156V44.91C43.1156 44.45 42.9889 44.0833 42.7356 43.81C42.4889 43.53 42.1589 43.39 41.7456 43.39Z" fill="%23013365"/><path d="M48.5938 47.16H48.5538C48.2405 47.8 47.7372 48.12 47.0438 48.12C46.7238 48.12 46.4338 48.0567 46.1738 47.93C45.9138 47.8033 45.6905 47.6233 45.5038 47.39C45.3238 47.1567 45.1838 46.8733 45.0838 46.54C44.9905 46.2067 44.9438 45.8333 44.9438 45.42C44.9438 45.0067 44.9905 44.6333 45.0838 44.3C45.1838 43.9667 45.3238 43.6833 45.5038 43.45C45.6905 43.2167 45.9138 43.0367 46.1738 42.91C46.4338 42.7833 46.7238 42.72 47.0438 42.72C47.4038 42.72 47.7105 42.8 47.9638 42.96C48.2238 43.1133 48.4205 43.3533 48.5538 43.68H48.5938V40.6H49.3938V48H48.5938V47.16ZM47.2638 47.4C47.4438 47.4 47.6138 47.3767 47.7738 47.33C47.9405 47.2833 48.0838 47.2167 48.2038 47.13C48.3238 47.0367 48.4172 46.9267 48.4838 46.8C48.5572 46.6667 48.5938 46.5167 48.5938 46.35V44.43C48.5938 44.29 48.5572 44.16 48.4838 44.04C48.4172 43.9133 48.3238 43.8067 48.2038 43.72C48.0838 43.6333 47.9405 43.5667 47.7738 43.52C47.6138 43.4667 47.4438 43.44 47.2638 43.44C46.8105 43.44 46.4538 43.5833 46.1938 43.87C45.9338 44.15 45.8038 44.52 45.8038 44.98V45.86C45.8038 46.32 45.9338 46.6933 46.1938 46.98C46.4538 47.26 46.8105 47.4 47.2638 47.4Z" fill="%23013365"/></svg>');
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	width: 65px;
	height: 78px;
	display: inline-block;
}

#certification-details .language-pair:not(.certified) {
    display: none;
}

/*****************************************************************************/
/****************************** MEDIA QUERIES ********************************/ 
/*****************************************************************************/

@media only screen and (max-width: 1100px) and (min-width: 992px) {
	
}



/****************************** IPAD LANDSCAPE ********************************/ 

@media only screen and (max-width: 1024px) {
	
}


/********************************* BB MEDIUM **********************************/ 

@media only screen and (max-width: 1024px) {
	.trans-banner .fl-row-content-wrap {
		margin-top: 0px; 
	}
}




/****************************** IPAD PORTRAIT ********************************/ 

@media only screen and (max-width: 769px) and (min-width: 768px) {
	
}



/******************************* SMARTPHONE **********************************/ 

/* @media only screen and (min-width: 768px) {
	.fl-page-nav ul.sub-menu {
		background: #fff; 
		border-top: 3px solid #82ba5d; 
	}
	.fl-page-nav ul.sub-menu li a {
		color: #1b3766; 
	}
} */


@media only screen and (max-width: 767px) {
	.fl-col-small:not(.fl-col-small-full-width) {
		max-width: 100%;
	}
	h1 {font-size: 30px;}
	h2 {font-size: 24px;}
	h3 {font-size: 21px;}
	h4,h5,h6 {font-size: 18px;}
	.fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-mobile .fl-page-nav .navbar-toggle {
		font-size: 29px; 
		line-height: 26px; 
		margin-top: 0px; 
		top: 21px; 
	}
	.footer-sub .fl-rich-text p {
		text-align: center; 
	}
	.fl-page-bar {display: none;}
	.post-sharing, .addtoany_shortcode {
		text-align: left; 
	}
	.addtoany_shortcode, .preshare-text {
		float: left; 
	}
	.team-grid .person {
    max-width: 300px;
    margin: 0 auto;
	}
	.col-sm-6.col-md-6 .fl-page-header-content {
		display: none;
	}
	.fl-post-feed-post.fl-post-feed-image-beside {
		max-width: 100%
	}
}

.top-bar-nav .xsso-container a {
    padding: 2px 10px
}

.country-limit {
    input[disabled] {
        cursor: not-allowed;
        opacity: 0.6;
    }
    
    label.disabled {
        cursor: not-allowed;
        opacity: 0.6;
    }
}